home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / f2c / may_5_92.lha / f2c.VMay_5_1992 / libI77 / typesize.c < prev    next >
C/C++ Source or Header  |  1992-05-07  |  197b  |  7 lines

  1. #include "f2c.h"
  2.  
  3. ftnlen typesize[] = { 0, 0, sizeof(shortint), sizeof(integer),
  4.             sizeof(real), sizeof(doublereal),
  5.             sizeof(complex), sizeof(doublecomplex),
  6.             sizeof(logical), sizeof(char) };
  7.